<clpput> : Put Text To Clipboard

Puts text data to clipboard.  This command changes clipboard content.

Syntax: 

<clpput>("Text")

Text
Text to be put into the clipboard.

Example: 

<#> This macro puts data you type to clipboard
<#>
<cmds>
<varset>("vData=","Type text you want to put to clipboard")
<clpput>("vData")